home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Install_AKCC.script V4.1 (6.9.96)
- ; © 1993-96 by Andreas R. Kleinert.
- ; This is the Installer Script for AKCC
-
- (copylib
- (prompt "Installing akccplus.library ...")
- (help @copylib-help)
- (source "libs/akccplus.library")
- (dest "LIBS:")
- (confirm)
- )
-
- (copyfiles
- (prompt "Installing AKCC ...")
- (help @copyfiles-help)
- (source "")
- (set akcomdir
- (askdir
- (prompt "Select path to install AKCC commands")
- (help @askdir-help)
- (newpath)
- (default "SYS:AKCC")
- )
- )
- (dest akcomdir)
- (all)
- (confirm)
- )
-
- (startup "AKCC"
- (prompt "Now modifying your S:User-Startup to use AKCC ...")
- (help @startup-help)
- (command "Assign AKCC: "akcomdir"\n")
- (command "Path AKCC:c ADD\n")
- )
-